UserAgent

value class UserAgent(value: String)

A characteristic string that provides information about the user's device and browser, accessing the Web.

Besides a browser, a user agent could be a bot, a download manager, or CLI tool (i.e., cURL).

Constructors

Link copied to clipboard
constructor(value: String)